|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a type for representing time in fixed-point high-precision for scheduling purposes. More...
#include <FrameLib_Types.h>
Public Member Functions | |
| FrameLib_TimeFormat () | |
| FrameLib_TimeFormat (const FL_FP &a) | |
| FrameLib_TimeFormat (uint64_t a, uint64_t b) | |
| FrameLib_TimeFormat (const double &val) | |
| bool | greaterThanZero () |
Public Member Functions inherited from FL_FP | |
| FL_FP () | |
| FL_FP (uint64_t a, uint64_t b) | |
| FL_FP (const FL_SP &val) | |
| FL_FP (const double &val) | |
| uint64_t | intVal () const |
| uint64_t | fracVal () const |
| FL_FP & | operator+= (const FL_FP &b) |
| FL_FP & | operator-= (const FL_FP &b) |
| FL_FP & | operator*= (const FL_FP &b) |
| FL_FP & | operator/= (const FL_FP &b) |
| FL_FP & | operator++ () |
| FL_FP | operator++ (int) |
| FL_FP & | operator-- () |
| FL_FP & | operator-- (int) |
| operator double () const | |
| FL_FP & | operator= (const double &a) |
| FL_FP & | operator+= (const double &b) |
| FL_FP & | operator-= (const double &b) |
| FL_FP & | operator*= (const double &b) |
| FL_FP & | operator/= (const double &b) |
Static Public Member Functions | |
| static FrameLib_TimeFormat | smallest () |
| static FrameLib_TimeFormat | largest () |
a type for representing time in fixed-point high-precision for scheduling purposes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |